From ae315c11067ccdc61c1af6dba4a712a7218af5fe Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 1 Mar 2021 01:41:44 -0500 Subject: [PATCH] stringlist: Add docs to GtkStringObject --- gtk/gtkstringlist.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gtk/gtkstringlist.c b/gtk/gtkstringlist.c index 503192d90f..2b12cb957f 100644 --- a/gtk/gtkstringlist.c +++ b/gtk/gtkstringlist.c @@ -57,6 +57,15 @@ * ``` */ +/** + * GtkStringObject: + * + * `GtkStringObject` is the type of items in a `GtkStringList`. + * + * A `GtkStringObject` is a wrapper around a `const char*`; it has + * a [property@Gtk.StringObject:string] property. + */ + #define GDK_ARRAY_ELEMENT_TYPE GtkStringObject * #define GDK_ARRAY_NAME objects #define GDK_ARRAY_TYPE_NAME Objects -- 2.30.2